a.btn.btn-default {
    background: #ec0928;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

div#rowTwo {
    margin-top: 30px;
}

.card-body {
    padding: 15px;
    min-height: 200px;
    border-bottom: 2px solid #ec0928;
}

h1 {
    color: #bf3b67;
}

h2 {
    margin-top: 30px;
    color: #bf3b67;
}

h3 {
    color: #bf3b67;
}

.card-title {
    color: #bf3b67;
}

.card-body {
    background: #cccccc;
    padding: 15px;
    border-bottom: 2px solid #ec0928;
}

.email {
    color: #000;
}

.panel-primary {
    border-color: #bf3b67;
    min-height: 450px;
}

.panel-primary .panel-heading {
    background-color: #bf3b67;
    color: white;
    font-size: 20px;
}

div#firstPanel {
    min-height: 406px;
}

div#secondPanel {
    min-height: 404px;
}

a#buttonOne {
    margin-top: 5px;
}

a#buttonTwo {
    margin-top: 5px;
}

a#buttonThree {
    margin-top: 26px;
}

li.bulletPointOne {
    text-align: left;
}

li.bulletPointTwo {
    text-align: left;
}

li.bulletPointThree {
    text-align: left;
}

@media only screen and (min-width: 1537px) and (max-width: 1920px) {
    .panel-primary {
        border-color: #bf3b67;
        min-height: 425px;
    }

    a#buttonOne {
        margin-top: 0px;
    }

    a#buttonTwo {
        margin-top: 31%;
    }

    a#buttonThree {
        margin-top: 39%;
    }

    a#buttonFour {
        margin-top: 47%;
    }

    .panel-primary .panel-heading {
        background-color: #bf3b67;
        color: white;
        font-size: 18px;
        padding: 10px;
        font-weight: bold;
    }

    .panel-primary {
        border-color: #bf3b67;
        min-height: 530px;
    }
}

@media only screen and (max-width: 1536px) {

    a#buttonTwo {
        margin-top: 115px;
    }

    a#buttonThree {
        margin-top: 138px;
    }

    a#buttonFour {
        margin-top: 163px;
    }

    .panel-primary {
        border-color: #bf3b67;
        min-height: 625px;
    }
}

@media only screen and (max-width: 1440px) {

    a#buttonOne {
        margin-top: 5px;
    }

    .panel-primary {
        min-height: 725px;
    }
}

@media only screen and (max-width: 1024px) {
    .panel-primary {
        min-height: 450px;
    }

    a#buttonOne {
        margin-top: -23px;
    }

    .panel-primary {
        min-height: 725px;
    }

    a#buttonTwo {
        margin-top: 113px;
    }

    a#buttonThree {
        margin-top: 161px;
    }
    a#buttonFour {
        margin-top: 191px;
    }
}

@media only screen and (max-width: 768px) {
    .panel-primary {
        min-height: 450px;
    }
div#panelSection {
    margin-bottom: 30px;
}
    a#buttonOne {
        margin-top: 0px;
        font-size: 12px;
    }

    a#buttonTwo {
        margin-top: 186px;
        font-size: 12px;
    }

    a#buttonThree {
        margin-top: 204px;
        font-size: 12px !important;
    }

    a#buttonFour {
        margin-top: 264px;
        font-size: 12px !important;
    }

    p.panelOne {
        font-size: 12px;
    }
}